const internal/reflectlite.kindMask
2 uses
internal/reflectlite (current package)
type.go#L392: kindMask = (1 << 5) - 1
type.go#L537: func (t *rtype) Kind() Kind { return Kind(t.kind & kindMask) }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)